'Declaration Public Sub CopyTo( _ ByVal array() As T, _ ByVal arrayIndex As System.Integer _ )
'Usage Dim instance As NotifyCollectionBase(Of T) Dim array() As T Dim arrayIndex As System.Integer instance.CopyTo(array, arrayIndex)
public void CopyTo( T[] array, System.int arrayIndex )
Parameters
- array
- The destination array.
- arrayIndex
- The destination index.